home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batsec.zip / CHAPT4 < prev    next >
Text File  |  1992-03-03  |  4KB  |  127 lines

  1.  
  2.                      
  3.                                CHAPTER 4
  4.  
  5.         TESTING THE COLOR CODES
  6.         Type the following next to the A> Prompt, like this:
  7.  
  8.                 W           <Press Enter key.>
  9.  
  10.         The monitor screen will show a white-lettered prompt.
  11.         Now, type in BB for blue background, like this:
  12.  
  13.                 BB           <Press Enter key.>
  14.  
  15.         The screen color will turn blue.
  16.         You should have white letters on a blue background.
  17.         ▀  Type these two colors:
  18.  
  19.                 Y RB        <Press Enter key>
  20.  
  21.         For yellow letters on a red background.
  22.                         
  23.         Try other combinations. Either color can be first.
  24.         You have 64 possible color combinations. Try various
  25.         combinations and select the ones you like.
  26.  
  27.         SOME GOOD COLOR COMBINATIONS ARE:
  28.  
  29.         ▀  W BB   (White letters on blue screen)
  30.         ▀  Y RB   (Yellow on red background)
  31.         ▀  W YB   (White on yellow background)
  32.                                                    
  33.         NOTE: The yellow background color on some Monitors may
  34.         not give a true yellow background color. It may look more of
  35.         a reddish-brown.
  36.                                                              
  37.  
  38.         MAKING A PRINT-OUT COPY OF YOUR MENU
  39.         If you would like a print-out copy of your Menu use the
  40.         "Type" command and add the "Prn" for print. For example, to
  41.         make a copy of the Menu 2L you would type the following next
  42.         to the A> Prompt, like this:
  43.  
  44.                 Type 2L.Bat >Prn       <Press Enter key.>
  45.  
  46.         Your printer will make you a copy of Menu 2L showing the
  47.         one and two -lettered codes.
  48.  
  49.         USING THE COLOR CODES
  50.         Adding background color first, gives better contrast
  51.         between letters and background.
  52.         Start with the background color, then add the different colors
  53.         for the letters: for example, start by using a Red background,
  54.         like this:
  55.  
  56.                 RB          <Press Enter key.>
  57.  
  58.         The screen will turn red.
  59.  
  60.  
  61.  
  62.                              -14-
  63.  
  64.  
  65.  
  66.  
  67.  
  68.         Now start to type in different colors for the letters,
  69.         like this:
  70.  
  71.                 B           <Press Enter key.>
  72.         
  73.         You should now see the A> Prompt turn Blue.
  74.         Try this one:
  75.  
  76.                 BLB       <Press Enter key.>
  77.  
  78.         Screen turns black. Now, add yellow letters.
  79.  
  80.                 Y           <Press Enter key.>
  81.  
  82.         The screen displays yellow letters on a black background.
  83.  
  84.  
  85.         ANOTHER EXAMPLE
  86.         Type Dir and press Enter key. When the directory appears
  87.         on the screen all of the lettering will be yellow and
  88.         the background will be black.
  89.  
  90.         HERE'S MORE!
  91.         If you use the same color for the background and the lettering,
  92.         the color of the Prompt may not be visible.
  93.                             
  94.         The best way to make the background and foreground
  95.         colors blend is to clear the screen with the CLS command
  96.         or your OFF command, so that you will have a black
  97.         and white monitor. Enter the background first, and then
  98.         add the letters. With most monitors, the blend is perfect
  99.         and no Prompt is visible.
  100.  
  101.         The Off command is in a Batch File that
  102.         is written like this:
  103.  
  104.                 Copy Con Off.Bat
  105.                 Prompt $e[0m $p$g
  106.                 Cls
  107.                 Press F6 key, the press Enter key.
  108.               
  109.         If you can't find your A> Prompt, use your Off command
  110.         to clear the screen.
  111.         The screen should be cleared with the Off command after
  112.         each combination.
  113.  
  114.                        -------------
  115.  
  116. ==========================END OF CHAPTER 4 ============================
  117.  
  118.                Press Esc Key and return to Menu.
  119.                Select Chapter 5 "Keyboard Macros".
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                              -15-
  127.